home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_1785 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  560b  |  25 lines

  1. on(press){
  2.    var i = 1;
  3.    if(_root.s1._currentframe == 1)
  4.    {
  5.       _root.opt_confirm = 1;
  6.       _root.showConfirm("Voc├¬ n├úo recrutou nenhum soldado. Tem certeza de que quer lutar apenas com o l├¡der?");
  7.    }
  8.    else
  9.    {
  10.       _root.destino = "cenario";
  11.       _root.play();
  12.    }
  13.    _root.edSoldado = "?";
  14.    _root.edClasse = "?";
  15.    _root.edNivel = "?";
  16.    _root.edEXP = "?";
  17.    _root.edPV = "?";
  18.    _root.edPM = "?";
  19.    _root.edATQ = "?";
  20.    _root.edDEF = "?";
  21.    _root.edAGL = "?";
  22.    _root.edINT = "?";
  23.    _root.edMRL = "?";
  24. }
  25.